- global lock
- глобальная блокировка
English-Russian dictionary of technical terms. 2014.
English-Russian dictionary of technical terms. 2014.
Global Interpreter Lock — (abbr. GIL) is a mutual exclusion lock held by a programming language interpreter thread to avoid sharing code that is not thread safe with other threads. There is always one GIL for one interpreter process.Usage of a Global Interpreter Lock in a … Wikipedia
Global Radio — UK Ltd. Type Private Industry Media Founded 2007 Headquarters Leicester Square, London, England … Wikipedia
Global Resource Serialization — (GRS) is the component within the IBM z/OS operating system responsible for enabling fair access to serially reusable computing resources, such as datasets and tape drives or virtual resources, such as lists, queues, and control blocks. Programs… … Wikipedia
Global Positioning System — GPS redirects here. For other uses, see GPS (disambiguation). Geodesy Fundamentals … Wikipedia
Global File System — In computing, the Global File System (GFS) is a shared disk file system for Linux computer clusters.GFS differs from distributed file systems (such as AFS, Coda, or InterMezzo) because it allows all nodes to have direct concurrent access to the… … Wikipedia
Global File System — Traduction à relire Global File System → … Wikipédia en Français
Lock (computer science) — In computer science, a lock is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. Locks are one way of enforcing concurrency control policies. Contents 1 Types 2… … Wikipedia
Lock-free and wait-free algorithms — In contrast to algorithms that protect access to shared data with locks, lock free and wait free algorithms are specially designed to allow multiple threads to read and write shared data concurrently without corrupting it. Lock free refers to the … Wikipedia
Global File System — Das Global File System (GFS) ist ein Cluster Dateisystem, das es mehreren Rechnern ermöglicht, gleichzeitig auf gemeinsamen Speicher zuzugreifen und das die Konsistenz der gespeicherten Daten gewährleistet. Häufig handelt es sich bei dem… … Deutsch Wikipedia
Global Network Block Device — Dieser Artikel oder Abschnitt bedarf einer Überarbeitung. Näheres ist auf der Diskussionsseite angegeben. Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung. Das Global File System (GFS) ist ein Cluster Dateisystem, das es… … Deutsch Wikipedia
Giant lock — In operating systems, giant lock, which is also known as big lock or kernel lock, is a lock which may be used to implement a concurrency control in the kernel, which is needed for SMP support.It is an approach of single, global lock which is held … Wikipedia